home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 49217 / 49217.xpi / skin / skin.css < prev    next >
Cascading Style Sheet File  |  2009-11-06  |  2KB  |  106 lines

  1. #importToGoogleDocs-toolbar-button {
  2.     list-style-image: url("chrome://importToGoogleDocs/skin/toolbar-large.png");
  3. }
  4.  
  5. #importToGoogleDocs-status-bar-icon {
  6.     width: 20px;
  7.     margin: 0 5px;
  8. }
  9.  
  10. .link-target-finder-selected {
  11.     outline: 2px solid red !important;
  12. }
  13.  
  14. .linkClass {
  15.     color:blue;
  16.     font-family:verdana;
  17.     font-size:12px;
  18.     cursor: pointer;
  19. }
  20.  
  21. .outerDiv2{
  22. position:fixed;
  23. background-color:#C1D9FF;
  24. outline-color:invert;
  25. left:400px;
  26. top:130px;
  27. height:500px;
  28. width:800px;
  29. border-collapse:collapse;
  30. border:1px solid #333333;
  31. padding: 8px;
  32. filter:alpha(opacity=100);
  33. -moz-opacity:0;
  34. opacity:1;
  35. z-index:9;
  36. }
  37.  
  38. .head2{
  39. position:relative;
  40. background-color:#E0EDFE;
  41. outline-color:invert;
  42. color:blue;
  43. height:19px;
  44. border:0pt none;
  45. padding: 8px;
  46. font-family:tahoma;
  47. font-size:14px;
  48. filter:alpha(opacity=100);
  49. -moz-opacity:0;
  50. opacity:1;<HR>
  51. z-index:100;
  52. }
  53.  
  54. .body2{
  55. position:relative;
  56. background-color:#FFFFFF;
  57. color:blue;
  58. outline-color:invert;
  59. height:92%;
  60. border:0pt none;
  61. padding: 4px;
  62. font-family:tahoma;
  63. font-size:12px;
  64. font-weight: normal;
  65. filter:alpha(opacity=100);
  66. -moz-opacity:0;
  67. opacity:1;<HR>
  68. z-index:100;
  69. }
  70.  
  71. .close{
  72. background: transparent url("chrome://importToGoogleDocs/skin/closebox.gif") no-repeat scroll center;
  73. float: right;
  74. height:15px;
  75. position:absolute;
  76. right:10px;
  77. top:8px;
  78. width:15px;
  79. z-index:100;
  80. }
  81.  
  82. .loadingDiv{
  83. position:fixed;
  84. background-color:#C1D9FF;
  85. outline-color:invert;
  86. left:400px;
  87. top:130px;
  88. height:35px;
  89. width:400px;
  90. border-collapse:collapse;
  91. border:1px solid #333333;
  92. padding: 8px;
  93. filter:alpha(opacity=100);
  94. -moz-opacity:0;
  95. opacity:1;
  96. z-index:100;
  97. }
  98.  
  99. .layer{
  100. z-index:5;
  101. background-color:gray;
  102. opacity:0.3;
  103. position:fixed;
  104. top:0;
  105. left:0;
  106. }